From: Gerd Moellmann Date: Wed, 24 Oct 2001 11:38:42 +0000 (+0000) Subject: Use $MAKE for `make' if set. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~61299 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f8f7ab5469962c6038cba9ac1223783d07b95d70;p=emacs.git Use $MAKE for `make' if set. --- diff --git a/configure.in b/configure.in index 74436d51423..fcfd53e18c8 100644 --- a/configure.in +++ b/configure.in @@ -2274,7 +2274,7 @@ sed -e 's/[^a-zA-Z0-9_]/ /g' -e 's/^/ /' -e 's/ *$//' \ changequote([, ])dnl echo creating src/epaths.h -make epaths-force +${MAKE-make} epaths-force # As of 2000-11-19, newest development versions of GNU cpp preprocess # `..' to `. .' unless invoked with -traditional